linux,code = <KEY_WPS_BUTTON>;
gpios = <&pio 0 GPIO_ACTIVE_LOW>;
};
-
+
};
leds {
color = <LED_COLOR_ID_GREEN>;
function = LED_FUNCTION_STATUS;
};
-
+
led_status_blue: blue {
gpios = <&pio 11 GPIO_ACTIVE_LOW>;
color = <LED_COLOR_ID_BLUE>;
function = LED_FUNCTION_STATUS;
};
-
+
led_status_5g1: 5g1 {
gpios = <&pio 8 GPIO_ACTIVE_LOW>;
color = <LED_COLOR_ID_BLUE>;
function = LED_FUNCTION_USB;
function-enumerator = <0>;
};
-
+
led_status_5g2: 5g2 {
gpios = <&pio 13 GPIO_ACTIVE_LOW>;
color = <LED_COLOR_ID_BLUE>;
pause;
};
};
-
+
gmac1: mac@1 {
compatible = "mediatek,eth-mac";
reg = <1>;
nand_rootfs: partition@580000 {
label = "ubi";
- reg = <0x0580000 0x7220000>;
+ reg = <0x0580000 0x7280000>;
};
};
};
bananapi,bpi-r3)
ucidef_set_compat_version "1.3"
;;
- routerich,ax3000)
- ucidef_set_compat_version "1.1"
- ;;
bananapi,bpi-r4|\
bananapi,bpi-r4-2g5|\
- bananapi,bpi-r4-poe)
+ bananapi,bpi-r4-poe|\
+ routerich,ax3000|\
+ zbtlink,zbt-z8102ax-v2)
ucidef_set_compat_version "1.1"
;;
esac
IMAGES += factory.bin
IMAGE/factory.bin := append-ubi | check-size $$(IMAGE_SIZE)
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
+ DEVICE_COMPAT_VERSION := 1.1
+ DEVICE_COMPAT_MESSAGE := Partition layout has been changed to fit the bootloader
endef
TARGET_DEVICES += zbtlink_zbt-z8102ax-v2